type go/build.fileImport

3 uses

	go/build (current package)
		build.go#L1422: 	imports    []fileImport
		build.go#L1427: type fileImport struct {
		read.go#L350: 			info.imports = append(info.imports, fileImport{path, spec.Pos(), doc})